//0xb0 bytes (sizeof)
struct _MI_ERROR_STATE
{
struct _MI_BAD_MEMORY_EVENT_ENTRY BadMemoryEventEntry; //0x0
ULONG PageOfInterest; //0x28
struct _MI_PROBE_RAISE_TRACKER ProbeRaises; //0x2c
struct _MI_FORCED_COMMITS ForcedCommits; //0x70
ULONG WsleFailures[1]; //0x78
ULONG PageHashErrors; //0x7c
ULONG CheckZeroCount; //0x80
volatile LONG ZeroedPageSingleBitErrorsDetected; //0x84
volatile LONG BadPagesDetected; //0x88
LONG ScrubPasses; //0x8c
LONG ScrubBadPagesFound; //0x90
ULONG UserViewFailures; //0x94
ULONG UserViewCollisionFailures; //0x98
ULONG UserAllocateFailures; //0x9c
ULONG UserAllocateCollisionFailures; //0xa0
struct _MI_RESAVAIL_FAILURES ResavailFailures; //0xa4
UCHAR PendingBadPages; //0xac
UCHAR InitFailure; //0xad
UCHAR StopBadMaps; //0xae
};